home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / clw438.zip / libs.ex$ / CIC96.C < prev    next >
C/C++ Source or Header  |  1997-06-07  |  963b  |  53 lines

  1. /*    (c) R&D Associates 1992-1997.
  2. All Rights Reserved.
  3.  
  4.     For Intel iC96 V2.0.
  5.  
  6.     Build cic96.clb using:
  7.  
  8.         clint cic96.c -L+cic96.clb -3 -KC1 -Y -I. %1 %2 %3 -3 -KB1 -Ab0 -An0 -Ah0 -Ai0
  9. */
  10.  
  11. /* Force correct stuff even if the wrong compiler is specified. */
  12.  
  13. #undef __TURBOC__
  14. #undef __BORLANDC__
  15. #undef __SC__
  16. #undef __ZTC__
  17. #undef zpage
  18. #undef no_init
  19. #undef monitor
  20. #undef non_banked
  21. #undef _handle
  22. #undef selector
  23. #undef _SIZEOF_INT
  24. #undef _SIZEOF_LONG
  25. #undef __TID__
  26. #undef MSC_VER
  27. #undef WIN32_LEAN_AND_MEAN
  28. #undef __FLAT__
  29. #undef __WIN32__
  30. #undef _WIN32
  31. #undef M_I86
  32. #undef _M_IX86
  33. #undef __declspec
  34. #undef __inline
  35. #undef __int64
  36. #undef __unaligned
  37.  
  38.  
  39. #include "80c196.h"
  40. #include "ctype.h"
  41. #include "float.h"
  42. #include "fpal96.h"
  43. #include "limits.h"
  44. #include "math.h"
  45. #include "setjmp.h"
  46. #include "stdarg.h"
  47. #include "stddef.h"
  48. #include "stdio.h"
  49. #include "stdlib.h"
  50. #include "string.h"
  51.  
  52. /* End of file. */
  53.